home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / cups / mime.convs < prev    next >
Text File  |  2008-10-20  |  4KB  |  112 lines

  1. #
  2. #
  3. #   DO NOT EDIT THIS FILE, AS IT IS OVERWRITTEN WHEN YOU INSTALL NEW
  4. #   VERSIONS OF CUPS.  Instead, create a "local.convs" file that
  5. #   reflects your local configuration changes.
  6. #
  7. #   MIME converts file for the Common UNIX Printing System (CUPS).
  8. #
  9. #   Copyright 2007 by Apple Inc.
  10. #   Copyright 1997-2007 by Easy Software Products.
  11. #
  12. #   These coded instructions, statements, and computer programs are the
  13. #   property of Apple Inc. and are protected by Federal copyright
  14. #   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
  15. #   which should have been included with this file.  If this file is
  16. #   file is missing or damaged, see the license at "http://www.cups.org/".
  17. #
  18.  
  19. ########################################################################
  20. #
  21. # Format of Lines:
  22. #
  23. #   source/type destination/type cost filter
  24. #
  25. # General Notes:
  26. #
  27. #   The "cost" field is used to find the least costly filters to run
  28. #   when converting a job file to a printable format.
  29. #
  30. #   All filters *must* accept the standard command-line arguments
  31. #   (job-id, user, title, copies, options, [filename or stdin]) to
  32. #   work with CUPS.
  33. #
  34.  
  35. ########################################################################
  36. #
  37. # PostScript filters
  38. #
  39.  
  40. application/pdf        application/postscript    33    pdftops
  41. application/postscript    application/vnd.cups-postscript    100    pstops
  42. application/vnd.hp-HPGL    application/postscript    66    hpgltops
  43. application/x-cshell    application/postscript    33    texttops
  44. application/x-csource    application/postscript    33    texttops
  45. application/x-perl    application/postscript    33    texttops
  46. application/x-shell    application/postscript    33    texttops
  47. text/plain        application/postscript    33    texttops
  48. text/html        application/postscript    33    texttops
  49. image/gif        application/vnd.cups-postscript    66    imagetops
  50. image/png        application/vnd.cups-postscript    66    imagetops
  51. image/jpeg        application/vnd.cups-postscript    66    imagetops
  52. image/tiff        application/vnd.cups-postscript    66    imagetops
  53. image/x-bitmap        application/vnd.cups-postscript    66    imagetops
  54. image/x-photocd        application/vnd.cups-postscript    66    imagetops
  55. image/x-portable-anymap    application/vnd.cups-postscript    66    imagetops
  56. image/x-portable-bitmap    application/vnd.cups-postscript    66    imagetops
  57. image/x-portable-graymap application/vnd.cups-postscript    66    imagetops
  58. image/x-portable-pixmap    application/vnd.cups-postscript    66    imagetops
  59. image/x-sgi-rgb        application/vnd.cups-postscript    66    imagetops
  60. image/x-xbitmap        application/vnd.cups-postscript    66    imagetops
  61. image/x-xpixmap        application/vnd.cups-postscript    66    imagetops
  62. #image/x-xwindowdump    application/vnd.cups-postscript    66    imagetops
  63. image/x-sun-raster    application/vnd.cups-postscript    66    imagetops
  64.  
  65.  
  66. ########################################################################
  67. #
  68. # Form filter...
  69. #
  70. # This filter does not currently exist, but the file format is defined
  71. # in the IDD and registered with the IANA for future use...
  72. #
  73.  
  74. #application/vnd.cups-form application/vnd.cups-postscript 33 formtops
  75.  
  76. ########################################################################
  77. #
  78. # Raster filters...
  79. #
  80.  
  81. image/gif        application/vnd.cups-raster    100    imagetoraster
  82. image/png        application/vnd.cups-raster    100    imagetoraster
  83. image/jpeg        application/vnd.cups-raster    100    imagetoraster
  84. image/tiff        application/vnd.cups-raster    100    imagetoraster
  85. image/x-bitmap        application/vnd.cups-raster    100    imagetoraster
  86. image/x-photocd        application/vnd.cups-raster    100    imagetoraster
  87. image/x-portable-anymap    application/vnd.cups-raster    100    imagetoraster
  88. image/x-portable-bitmap    application/vnd.cups-raster    100    imagetoraster
  89. image/x-portable-graymap application/vnd.cups-raster    100    imagetoraster
  90. image/x-portable-pixmap    application/vnd.cups-raster    100    imagetoraster
  91. image/x-sgi-rgb        application/vnd.cups-raster    100    imagetoraster
  92. image/x-xbitmap        application/vnd.cups-raster    100    imagetoraster
  93. image/x-xpixmap        application/vnd.cups-raster    100    imagetoraster
  94. #image/x-xwindowdump    application/vnd.cups-raster    100    imagetoraster
  95. image/x-sun-raster    application/vnd.cups-raster    100    imagetoraster
  96.  
  97. # pstoraster is part of GPL Ghostscript...
  98. application/vnd.cups-postscript    application/vnd.cups-raster    100    pstoraster
  99.  
  100. ########################################################################
  101. #
  102. # Raw filter...
  103. #
  104. # Uncomment the following filter to allow printing of arbitrary files
  105. # without the -oraw option.
  106. #
  107.  
  108. #application/octet-stream    application/vnd.cups-raw    0    -
  109.  
  110. #
  111. #
  112.